home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
dev
/
e
/
amigae33a.lha
/
E_v3.3a
/
Src.lha
/
Src
/
Modules
/
diskfont
/
glyph.e
< prev
next >
Wrap
Text File
|
1997-03-09
|
661b
|
37 lines
OPT MODULE
OPT EXPORT
MODULE 'exec/libraries',
'exec/nodes'
CONST DISKFONT_GLYPH_I=1
OBJECT glyphengine
library:PTR TO lib
name:LONG
ENDOBJECT /* SIZEOF=NONE !!! */
OBJECT glyphmap
bmmodulo:INT -> This is unsigned
bmrows:INT -> This is unsigned
blackleft:INT -> This is unsigned
blacktop:INT -> This is unsigned
blackwidth:INT -> This is unsigned
blackheight:INT -> This is unsigned
xorigin:LONG
yorigin:LONG
x0:INT
y0:INT
x1:INT
y1:INT
width:LONG
bitmap:PTR TO CHAR
ENDOBJECT /* SIZEOF=36 */
OBJECT glyphwidthentry
node:mln
code:INT -> This is unsigned
width:LONG
ENDOBJECT /* SIZEOF=14 */